2 results listed
Embedding models play a crucial role by capturing
the semantics of contexts in information retrieval, complementing
traditional lexical methods. With the rise of Retrieval-Augmented
Generation (RAG) systems, information retrieval has become an
essential component of text generation. Generative models tend to
produce misleading answers when an answer requires an external
source, when the model hallucinates, or when the response
becomes outdated due to the temporal limitations of training
datasets. Retrieval-augmented methods enhance response
reliability and accuracy by leveraging relevant retrieved
information. Therefore, improving retrieval performance is
essential for ensuring more precise and dependable outputs.
As a core component of RAG systems, embedding models can
be multilingual, including up to a hundred languages. However,
they have inadequacies with low-resource languages such as
Turkish, because training data cannot provide equal coverage
across all languages. In contrast, text-matching-based lexical
search algorithms work independently of language. Nevertheless,
they have shortcomings with mismatching cases due to suffixes
and prefixes with agglutinative languages. While lemmatization
and stemming provide partial solutions, these methods cannot be
applied directly to morphologically more complex languages like
Turkish.
This study introduces Turkuaz-Embeddings, a novel model
specifically optimized for Turkish. It consistently outperforms
widely used multilingual and Turkish embedding models,
achieving up to 20% and on average 9% improvements in retrieval
performance across diverse benchmarks. In some scenarios, it
ranks highest among both multilingual and Turkish embedding
models. Moreover, compared to its baseline architecture, it shows
up to 35% improvement, with an average gain of 20%. The model
also excels in zero-shot retrieval tasks, demonstrating robust
generalizability.
This study also proposes an innovative token-based lexical
retrieval method. By leveraging sub-word tokens from a Turkish
tokenizer, without relying on lemmatization and stemming, this
approach enhances traditional lexical search performance. It
yields up to 10% improvement and consistently achieves an
average gain of 5% across evaluation scenarios.
Both advancements in this study contribute to improved
semantic representation, more efficient lexical matching, better
information retrieval, and eventually, more accurate and
contextually relevant generations in Turkish RAG systems.
International Conference on Advanced Technologies, Computer Engineering and Science
ICATCES
Enes Sadi Uysal
Mehmet Fatih AMASYALI
Bayesian networks are probabilistic graphical representations which are used to build
models from data and/or expert opinion. They can be utilized for a wide range of tasks including
prediction, anomaly detection, diagnostics, automated insight, reasoning, decision making, etc.
Dynamic Bayesian Networks (DBN) are extensions of Bayesian networks with temporal
support, which can be used to model systems that dynamically change by the time. Nowadays,
DBNs are utilized in a wide range of applications including robotics, data mining, speech
recognition, digital forensics, protein sequencing, and bioinformatics. Several software tools
exist in the public as well as commercial domains that support modelling and simulation of
DBNs. However, these DBN software tools differ in terms of features support, ease of use,
documentation, user’s community, etc. Therefore, it has become important to establish various
metrics for selecting the proper software tools for creating and simulating DBNs, such as cost,
licensing, GUI, built-in support for inference algorithms, structural learning, data types, etc.
The goal of this survey is the evaluation and comparison of existing software tools for building
DBNs based on a set of users centered criteria.
International Data Science & Engineering Symposium
IDSES
Hüseyin ÇAMBAŞI
Özgür KURU
Mehmet Fatih AMASYALI
Sofiene TAHAR